home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / ch18 / rad386 / radiosit / scene / room.doc < prev   
Text File  |  1992-04-24  |  796b  |  19 lines

  1. 'room.dat' has been created from 'room.rad' in the 'originals'
  2. directory using following command
  3.     radfilter < room.rad > room.dat
  4. whereas 'room.dat.spl' has been created from 'room.rad' in the 'originals'
  5. directory using following command
  6.     radfilter -s < room.rad > room.dat
  7.  
  8. It has 4 light sources. The light sources get a
  9. default 1x1 subdivision specification from the filter.
  10. I have hand touched both 'room.dat' and 'room.dat.spl' file to specify 4x4
  11. subdivision only for the light sources for the purpose of
  12. carryout progressive radiosity. However, if one doesnot want
  13. progressive radiosity no modification is required.
  14.  
  15. U may try running "rad" rightaway  with the following command:
  16.     rad -p 1000 -b 30 room.1.pic < room.dat.spl
  17.     or
  18.     rad -p 1000 -b 30 room.2.pic < room.dat
  19.